filter: Make GtkEveryFilter buildable
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Jun 2020 17:07:08 +0000 (13:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 21 Jun 2020 17:10:18 +0000 (13:10 -0400)
commit511e5f39fa7d7b7f1822092f5a61eb9e4933d436
tree7a3ebb3428392e2d1bb24514b087e650e5f375d4
parent7d409dd2e0cfb4a3eba18b09379b405955865016
filter: Make GtkEveryFilter buildable

Due to an oversight, when multi filters were split into
any and every, any ended up with the listmodel and buildable
implementations, and every didn't get any.

Move the implementations up.
gtk/gtkmultifilter.c